πŸ““ Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/Experience_Replay.md by @KGBicheno β˜†

experience replay

Go back to the [[AI Glossary]]

#rl

In reinforcement learning, a DQN technique used to reduce temporal correlations in training data. The agent stores state transitions in a replay buffer, and then samples transitions from the replay buffer to create training data.